İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Sayfayı terk etmek istediğinize emin misiniz?
1 x Application (87.93%) | 955ms |
1 x Booting (12.07%) | 131ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla-english' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = '49237b85-ee3d-436b-8e09-fbf7c1e41b89') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '49237b85-ee3d-436b-8e09-fbf7c1e41b89' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 5 and `multi_cart_items`.`multi_cart_id` is not null order by `multi_cart_items`.`order` asc
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 5 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '1' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 36 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (36)
Backtrace |
|
select `ec_products`.*, `ec_product_category_product`.`category_id` as `pivot_category_id`, `ec_product_category_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_category_product`.`category_id` = 36 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '49237b85-ee3d-436b-8e09-fbf7c1e41b89' limit 1
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (84) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8147, 8148, 8149, 8150)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (39, 40, 41, 42)
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-en_US')
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (131)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (10)
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15511, 15512, 15513, 15514)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (12, 13, 14, 15)
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15515, 15516, 15517, 15518)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (16, 17, 18, 19)
Backtrace |
|
200
[]
[]
0 of 0array:23 [▼ "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.118.171.28" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cf-ray" => array:1 [▶ 0 => "934748ff9c277002-CDG" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IloyNGlqbUxrMGZOSzlwZ0cyU0hEQXc9PSIsInZhbHVlIjoidE4rUjQ1R0lBZzRwSktpZk50Y3ZYNjNjRHM3Q1JUdHVHc0JPd09hT09naERYTUM3d0VrRnZ0ZmFFRFIrSUVDM0VFME9xbjdYWkRXQU01U3l6TkloRHFaRFBoQ0ZocXNGTEVxTnZmdXhEbFZBODFEaTQ0WlJmUzZqVVdGUWQxU3giLCJtYWMiOiI5Y2JjM2IyZDg3Y2ZiYTQxYWI5ZGVkZWY1ZDYzM2UzYzI3MWZjNTJhMGIwMjFiYzBkOGU2NWM3NjU2Y2VlNmRjIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IklrdllFQ2xIaFhaWmV6cWthMVZXK2c9PSIsInZhbHVlIjoic1ZwL2pkZnUySFF5Uk8zc2ZiSUo1WUh2R0RkUWxKTXFDT21hTE0rMFZ0QTVvTlZXWENEOFhJYjZjcUtieE5TbmdVcmgxNXVtSTNXVDg0UXgzTlhQdnBqQjdmNXhXSDY0Rk5mY3FBTm5lUE0zNDhQamFUb1pZYlpLSlBKZ0JaOU0iLCJtYWMiOiJmMjA5MzQ0NTE0NjdkZjZlN2Y5N2QzMGRlMjIyZDRlMDJlYjRiYTA4OGQ1ZmM2MGNjODVjZjljZGVlOWQ2M2ViIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6Ijg0TThWRUlldVlzRmJMWGRacW9Temc9PSIsInZhbHVlIjoicXRydWxlMG4wNURRM0dtTW1zNmpZdWliMVlnT2NUaUxJNU90bTRZMXVlMjUwNHdjN1daeHRVdTBwZ3FFRE1KOTlaQk9ZbFpnS25JZGtjU2VLdkZmdVFQZzU0R3hnY2s0aHlKMWFOVHFQRzNWM09DSmY1TE1pM3l0Qk54bHorM0wiLCJtYWMiOiJjYzAzNDdhNjg1ZjUyZWExMGUwNGM4YTlhOGZiOTM4NzliMjEwMzVkMWRkZWY3ZTU4NzY1MjdhZjI5MmE2NWI1IiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6Im5BMG1sU205b0gvMUgzS3h1NW5JdGc9PSIsInZhbHVlIjoiU05nMG9zbnNwazFqYjMxdEpNZEd0S3BsTXdLRlE5dnk2Z0Y5OUNvcUFNUlBSbmV0QlU1a3E1UVdzaGVRL3hCVExHUGRqSFQya1Q1T0NZRkZ6MFlSQ3hUR1kva2RqSFdzVTlOMDdIWGt3UzlGTXB3andpRDNRZndxZFVNT25iVmk0ajVsYTBXRHdIRHBjc0NFSXNHMjR2Wi9iNXpGa0I5YW5hSEdqNVNmMnNiYTlySHVrNEZKYmJ0dTZZMmdQclNVZDRTRE1WbjNuUng1Ry9nMVY1ZmY4WHJDR3YwSEk2dXFFRHFoMWtoeFNvemp3OWxCb09UK1JEUmxmZmZkZ29NUkRSNGhWcTh6N2FzbDB5WDdseGMwWURGZTJkdy84NTE2eldoU0FrQ3Eyb0tsVjZ2RTk2aktjTEJIQm83dE9mUXlyTVNmcFdNWUpyWjQ0eEJpV2tFWW1LVnhNaFQxaVUzTStmY1E4Mjk3TVpRd25ISlpiVWRIbnFtVTArWXhpYmdXSHdMWlladmZkZ0VYTlJ6WUJBYk9SdGhzMm90MERGZ3FKYW5PYjhMWDVudXN3RkJleWE4Z1hoUG5sSUJFMXcyWExyZHl0dnIyZHhwc3NBUGNqelhzMnh3YUl6U3Z0b3N4eVlqL215WU5YbHlQWXJrdWk5TnhzMG5TQm81Mm5RdUZ1REh1OVptbkRLQXQ5aFhvNmxVSGJPeTB2S2dzK3ZvcXJGL0JzNnh5QXdsRnZWb0pCT3Z1NUR3OW9FK1QreTUzdGgwVi85bFdoS3dqdmF3NHJyeVFRb3ZvQUVPSVl5Z3lzRjdIUEpKaklrZz0iLCJtYWMiOiJmYTBiYzdkNjkwMTI5YWNlMmE0NGVmNzNlMDVhZjY1ZmUyNjM2MGY3NjA1NWNjZjE2YTNhMTNmZTAzZDMxZjI0IiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6IloyNGlqbUxrMGZOSzlwZ0cyU0hEQXc9PSIsInZhbHVlIjoidE4rUjQ1R0lBZzRwSktpZk50Y3ZYNjNjRHM3Q1JUdHVHc0JPd09hT09naERYTUM3d0VrRnZ0ZmFFRFIrSUVDM0VFME9xb ▶" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "x-forwarded-for" => array:1 [▶ 0 => "18.118.171.28" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "TDvxhGTxDTuepX4Ga7RrSTbryt6Ag1vXBcDCadKY" "lumo_session" => "Yl0x3RmL6J4SZ1oUlhcqCgeoApDbDx8s8WUyulS0" "lumo_footprints_cookie" => "c16875b6c41e79dd3a558d6b53801a14fc70c5d3" "lumo_footprints_cookie_data" => "{"footprint":"c16875b6c41e79dd3a558d6b53801a14fc70c5d3","ip":"141.101.97.107","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla-english\/1\/442101bc-c572-4ec9-91a3-7c6ef909b5d3","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"c16875b6c41e79dd3a558d6b53801a14fc70c5d3","ip":"141.101.97.107","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasar ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 22 Apr 2025 18:46:40 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im9FeWV5NTFkNTB4cmgyVWZoYjNLQ3c9PSIsInZhbHVlIjoiWW5Tb3NVOVZydHIzRmdLVGVzWnY0RzRqUFoycFNkeTNFVjF6VUx6RlBqc0FCczh6bDNVR3hSUEhiL3lnZzVaOHJEUkdkTFYxTTQ4dUIvZjFVdCtxK2wzNENpQ3IyNGJvYlZpTUtwUFcrVUxvcXZLSG4vUWs2Q25IcVIrb2tpMUkiLCJtYWMiOiI5NzI5ZWJkZDc2ZjRkMjZlMDgxYWVhZWE5MDc5OGFmZDUyZTE0MzI3MTY5YjA3ZDIxNWI3MTRlMWIwYjM2M2ZjIiwidGFnIjoiIn0%3D; expires=Tue, 22 Apr 2025 20:46:40 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6Im9FeWV5NTFkNTB4cmgyVWZoYjNLQ3c9PSIsInZhbHVlIjoiWW5Tb3NVOVZydHIzRmdLVGVzWnY0RzRqUFoycFNkeTNFVjF6VUx6RlBqc0FCczh6bDNVR3hSUEhiL3lnZzVaOHJEUkdkT ▶" 1 => "lumo_session=eyJpdiI6ImlGRUoxYW5Gbk93YzVMVCtuYlRtVWc9PSIsInZhbHVlIjoicjBvaFF6WVV4cWNSaUZzT2pYQUY0ZnhVSXphSW95eDZ5QlUrNzA1MUxKMGxnUjlmM2dveWRzYlRBdWdFZzlZU2lGTXQ1bkVBZHZWODZ2WVVoU2Q1M0tWcUVCb3lsMjBQWGpkWDdCT0JweUZqeW9PSWpMUjl5S2t6ZVZLdzA1dVIiLCJtYWMiOiIxMWU4MTViMmY3ZTYzZjY1YTEzNjYwZmI0ODA4Y2NiOWQyNGQ4ZDhlZDIyMWIxYWEyNjU0Zjk1NmQ5NGJkMjdkIiwidGFnIjoiIn0%3D; expires=Tue, 22 Apr 2025 20:46:40 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6ImlGRUoxYW5Gbk93YzVMVCtuYlRtVWc9PSIsInZhbHVlIjoicjBvaFF6WVV4cWNSaUZzT2pYQUY0ZnhVSXphSW95eDZ5QlUrNzA1MUxKMGxnUjlmM2dveWRzYlRBdWdFZzlZU2lGTXQ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Im9FeWV5NTFkNTB4cmgyVWZoYjNLQ3c9PSIsInZhbHVlIjoiWW5Tb3NVOVZydHIzRmdLVGVzWnY0RzRqUFoycFNkeTNFVjF6VUx6RlBqc0FCczh6bDNVR3hSUEhiL3lnZzVaOHJEUkdkTFYxTTQ4dUIvZjFVdCtxK2wzNENpQ3IyNGJvYlZpTUtwUFcrVUxvcXZLSG4vUWs2Q25IcVIrb2tpMUkiLCJtYWMiOiI5NzI5ZWJkZDc2ZjRkMjZlMDgxYWVhZWE5MDc5OGFmZDUyZTE0MzI3MTY5YjA3ZDIxNWI3MTRlMWIwYjM2M2ZjIiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 20:46:40 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6Im9FeWV5NTFkNTB4cmgyVWZoYjNLQ3c9PSIsInZhbHVlIjoiWW5Tb3NVOVZydHIzRmdLVGVzWnY0RzRqUFoycFNkeTNFVjF6VUx6RlBqc0FCczh6bDNVR3hSUEhiL3lnZzVaOHJEUkdkT ▶" 1 => "lumo_session=eyJpdiI6ImlGRUoxYW5Gbk93YzVMVCtuYlRtVWc9PSIsInZhbHVlIjoicjBvaFF6WVV4cWNSaUZzT2pYQUY0ZnhVSXphSW95eDZ5QlUrNzA1MUxKMGxnUjlmM2dveWRzYlRBdWdFZzlZU2lGTXQ1bkVBZHZWODZ2WVVoU2Q1M0tWcUVCb3lsMjBQWGpkWDdCT0JweUZqeW9PSWpMUjl5S2t6ZVZLdzA1dVIiLCJtYWMiOiIxMWU4MTViMmY3ZTYzZjY1YTEzNjYwZmI0ODA4Y2NiOWQyNGQ4ZDhlZDIyMWIxYWEyNjU0Zjk1NmQ5NGJkMjdkIiwidGFnIjoiIn0%3D; expires=Tue, 22-Apr-2025 20:46:40 GMT; path=/; httponly ◀lumo_session=eyJpdiI6ImlGRUoxYW5Gbk93YzVMVCtuYlRtVWc9PSIsInZhbHVlIjoicjBvaFF6WVV4cWNSaUZzT2pYQUY0ZnhVSXphSW95eDZ5QlUrNzA1MUxKMGxnUjlmM2dveWRzYlRBdWdFZzlZU2lGTXQ ▶" ] ]
0 of 0array:6 [▼ "_token" => "TDvxhGTxDTuepX4Ga7RrSTbryt6Ag1vXBcDCadKY" "language" => "en" "luzyonu-tasarla-english_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "49237b85-ee3d-436b-8e09-fbf7c1e41b89" uuid: "49237b85-ee3d-436b-8e09-fbf7c1e41b89" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla-english/1/49237b85-ee3d-436b-8e09-fbf7c1e41b89" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]